Package com.netscape.cmscore.usrgrp
Class ExactMatchCertUserLocator
java.lang.Object
com.netscape.certsrv.usrgrp.CertUserLocator
com.netscape.cmscore.usrgrp.ExactMatchCertUserLocator
This interface defines a strategy on how to match
the incoming certificate(s) with the certificate(s)
in the scope. It matches the "description" field which contains a
stringied certificate.
- Version:
- $Revision$, $Date$
- Author:
- thomask, cfu
-
Field Summary
Fields inherited from class com.netscape.certsrv.usrgrp.CertUserLocator
engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves description.locateUser
(Certificates certs) Do the cert-user mappingMethods inherited from class com.netscape.certsrv.usrgrp.CertUserLocator
getCMSEngine, setCMSEngine
-
Constructor Details
-
ExactMatchCertUserLocator
public ExactMatchCertUserLocator()Constructs certificate matching agent.
-
-
Method Details
-
getDescription
Retrieves description.- Specified by:
getDescription
in classCertUserLocator
- Returns:
- description
-
locateUser
Do the cert-user mapping- Specified by:
locateUser
in classCertUserLocator
- Returns:
- an user interface
- Throws:
EUsrGrpException
- thrown when failed to build usernetscape.ldap.LDAPException
- thrown when LDAP internal database is not available
-